home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / r / rexx_plus_compiler / rexxpluscompiler2.dms / in.adf / RexxPlPlot / Examples / examples.zoo / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-17  |  167 b   |  9 lines

  1. void main()
  2. {
  3.         plstar(1,1);
  4.         pladv(0);
  5.         plvpor(0.,1.,0.,1.);
  6.         plwind(0.,1.,0.,1.);
  7.         plbox("bcg",0.,0,"bcg",0.,0);
  8.         plend();
  9. }